home *** CD-ROM | disk | FTP | other *** search
- Path: bubba.NMSU.Edu!news!zhao
- From: zhao@crl.nmsu.edu (Z. Zhao)
- Newsgroups: comp.lang.c
- Subject: 'sh' in Makefile ???
- Date: 21 Feb 1996 20:58:06 GMT
- Organization: Computing Research Lab/New Mexico State University
- Message-ID: <ZHAO.96Feb21135806@sparta.crl.nmsu.edu>
- NNTP-Posting-Host: sparta.nmsu.edu
-
- i have grabbed a c program and its Makefile from somewhere for a
- sun-openwin application. there is a statement as follows in the Makefile:
-
- OW :sh = echo ${OPENWINHOME:+openwin}
-
- it is to get a sunos/openwin env. variable. however, my 'make' doesn't
- get it and says:
-
- % make: *** No rule to make target 'sh'. Stop.
-
- And I don't get it. Anyone knows what it is ?
-
- Thanks in advance,
-
- zizi
-
-